func text/template.builtins

3 uses

	text/template (current package)
		funcs.go#L39: func builtins() FuncMap {
		funcs.go#L67: 	funcMap := builtins()
		template.go#L208: 	trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())